From: Philip Kaludercic Date: Sun, 13 Jun 2021 18:00:59 +0000 (+0200) Subject: Update activity string after switching to next active buffer X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1997^2~18 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e61bdd5a96c2961dbbbdfc75a51ce573eaf71d1f;p=emacs.git Update activity string after switching to next active buffer * rcirc.el (rcirc-next-active-buffer): Call rcirc-update-activity-string --- diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 50ddb6ca050..400facf3440 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -2154,7 +2154,8 @@ With prefix ARG, go to the next low priority buffer with activity." (concat " Type C-u " (key-description (this-command-keys)) " for low priority activity.") - ""))))) + "")))) + (rcirc-update-activity-string)) (define-obsolete-variable-alias 'rcirc-activity-hooks 'rcirc-activity-functions "24.3")